home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 2625 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  982 b 

  1. Path: news1.cle.ab.com!usenet
  2. From: Karl.Staas@software.rockwell.com (Karl Staas)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Program Wanted
  5. Date: Mon, 22 Jan 96 20:11:49
  6. Organization: Rockwell Software Inc.
  7. Distribution: inet
  8. Message-ID: <19960122.7E7D6E8.12582@s24210.cle.ab.com>
  9. References: <19960111.3F0F78.F645@sceotend.niagara.com>
  10. NNTP-Posting-Host: lr0m1.cle.ab.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Brent B. McCrackin (bmccrach@chardonnay.niagara.com) wrote:
  14. : I am looking for a program or script that, with AmiTCP, can telnet to a
  15. : UNIX account, login, execute a command or bunch of commands, and pass the
  16. : result back to me - either for immediate viewing or use in another program.
  17.  
  18. I think rsh will do what you want. It is available on aminet.
  19. rsh will execute a specified command on a specified host computer.
  20. You could execute a UNIX executable or script and redirect the output to your
  21. Amiga.
  22. e.g. WB_2.x:>rsh odin ls
  23. will do ls on the host odin
  24. -
  25.